ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexMap<T> Class / Zoom Property

In This Topic
    Zoom Property
    In This Topic
    Gets or sets the map zoom level.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(1)>
    Public Property Zoom As Single
    [DefaultValue(1)]
    public float Zoom {get; set;}
    See Also